configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module

CLI REST-API

software-ntp

Run additional software NTP daemon
This is a read-write object and valid values are:




Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/baudrate
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/framing
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/mode
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/string-type

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module


Example using curl:
curl /api/configuration/chassis0/slots/.*/module


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module
Body:
{
  "software-ntp": true
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module -d
{
  "software-ntp": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]